home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 July / Software of the Month Club 1998 July.iso / mac / Education / PredDemo / PredDemo1.0 / PredDemo1.3 final / 00013_initAll+ma.ls < prev    next >
Encoding:
Text File  |  1998-05-06  |  504 b   |  16 lines

  1. on exitFrame
  2.   global rightCount, wrongCount, questionDoneList, currentPalette, wrongRespCount, rightAns, locationPrefix, delayPassCount
  3.   set delayPassCount to 0
  4.   puppetPalette(0)
  5.   noPuppets()
  6.   set rightCount to 0
  7.   set wrongCount to 0
  8.   set questionDoneList to []
  9.   set currentPalette to "maQ2Pal"
  10.   set wrongRespCount to 0
  11.   set rightAns to "MatQ2a3"
  12.   set the volume of sound 2 to 180
  13.   set locationPrefix to "ma"
  14.   put "Match this animal ->" & RETURN & "with its picture." into field "maMsg"
  15. end
  16.